home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
FreeSoftware
/
MicrosoftXP
/
personal_main.swf
/
scripts
/
DefineButton2_621
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-03-22
|
517 b
|
24 lines
on(release){
setProperty("/control", _X, - Number(-40));
tellTarget("/section_title")
{
gotoAndStop("show_main");
play();
tellTarget("/question_space")
{
gotoAndStop("show_main");
play();
tellTarget("/subnav_grid")
{
gotoAndStop("show_main");
play();
tellTarget("/prev_next")
{
gotoAndStop("main");
play();
}
}
}
}
}